home *** CD-ROM | disk | FTP | other *** search
/ X'Tasies 2 / X'Tasies 2 - Disc 2.iso / mac / Movie.Dir / 00029.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  203 b   |  11 lines

  1. global qt_position
  2.  
  3. on mouseDown
  4.   set the movieRate of sprite 22 to 0
  5.   set the visible of sprite 15 to 0
  6.   set the visible of sprite 19 to 1
  7.   updateStage()
  8.   set qt_position to 0
  9.   go(marker(-1))
  10. end
  11.